home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard British (B-1.2.2)
/
More Stacks
/
Phone
/
background_2152.txt
< prev
next >
Wrap
Text File
|
1988-02-17
|
5KB
|
208 lines
-- background: 2152 from stack: in
-- bmap block id: 2608
-- flags: 0000
-- background id: 0
-- name: Phone
----- HyperTalk script -----
on closeField
put the short name of the target into fieldname
repeat with x = the number of chars in bkgnd field fieldname down to 1
if char x of bkgnd field fieldname is not in "0123456789ABCD#*,()- "
then delete char x of bkgnd field fieldname
end repeat
end closefield
-- part 3 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=385 top=191 right=209 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: long dist preamble
-- part 1 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=385 top=74 right=92 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 256
-- line height: 12
-- part name: area code
-- part 2 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=385 top=157 right=175 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: preamble
-- part 9 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=259 top=74 right=92 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 256
-- line height: 13
-- part name:
-- part 20 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=401 top=40 right=58 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: loc time
-- part 27 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=385 top=208 right=226 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: intl preamble
-- part 35 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=259 top=96 right=114 bottom=406
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name:
----- HyperTalk script -----
on mouseUp
set visible of card field "info 6" to not the visible of card field "info 6"
end mouseUp
-- part 36 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=264 top=111 right=150 bottom=435
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Local Prefixes
-- part 40 (field)
-- low flags: 00
-- high flags: 4000
-- rect: left=385 top=174 right=192 bottom=436
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: toll prefix
-- part 44 (button)
-- low flags: 00
-- high flags: E006
-- rect: left=79 top=205 right=223 bottom=215
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Speaker (tone dialing)
----- HyperTalk script -----
on mouseUp
set hilite of bkgnd button "speaker (tone dialing)" to true
set hilite of bkgnd button "modem (tone dialing)" to false
set hilite of bkgnd button "modem (pulse dialing)" to false
end mouseUp
-- part 45 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=79 top=222 right=240 bottom=215
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Modem (tone dialing)
----- HyperTalk script -----
on mouseUp
set hilite of bkgnd button "speaker (tone dialing)" to false
set hilite of bkgnd button "modem (tone dialing)" to true
set hilite of bkgnd button "modem (pulse dialing)" to false
end mouseUp
-- part 46 (button)
-- low flags: 00
-- high flags: A006
-- rect: left=79 top=239 right=257 bottom=215
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Modem (pulse dialing)
----- HyperTalk script -----
on mouseUp
set hilite of bkgnd button "speaker (tone dialing)" to false
set hilite of bkgnd button "modem (tone dialing)" to false
set hilite of bkgnd button "modem (pulse dialing)" to true
end mouseUp